QuickOPC User's Guide and Reference
DAVtqResult<TValue> Constructor(DAVtqResult<TValue>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAVtqResult<TValue> Class > DAVtqResult<TValue> Constructor : DAVtqResult<TValue> Constructor(DAVtqResult<TValue>)
The OPC-DA typed VTQ result object to be copied from.
Initializes a new copy of the DAVtqResult<TValue> object.
Syntax
'Declaration
 
Public Function New( _
   ByVal vtqResult As DAVtqResult(Of TValue) _
)
'Usage
 
Dim vtqResult As DAVtqResult(Of TValue)
 
Dim instance As New DAVtqResult(Of TValue)(vtqResult)
public DAVtqResult<TValue>( 
   DAVtqResult<TValue> vtqResult
)
public:
DAVtqResult<TValue>( 
   DAVtqResult<TValue^>^ vtqResult
)

Parameters

vtqResult
The OPC-DA typed VTQ result object to be copied from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also